Sql syntax
Posted: Thu 06 Apr 2006 13:48
Hi,
I want to know what would be the syntax of a fetch query when using PostgreSqlDirect.Net. Following is what in Sql Server when using OleDb
SELECT
a4.CustomerID CustomerID, a4.CompanyName CompanyName,
a4.ContactName ContactName, a4.ContactTitle ContactTitle,
a4.Address Address, a4.City City,
a4.Region Attrib_Region, a4.PostalCode PostalCode,
a4.Country Country, a4.Phone Phone,
a4.Fax Fax
FROM
dbo.Customers a4
WHERE
a4.CustomerID = ?
What would be in PostgreSql.Net?
Thanks
I want to know what would be the syntax of a fetch query when using PostgreSqlDirect.Net. Following is what in Sql Server when using OleDb
SELECT
a4.CustomerID CustomerID, a4.CompanyName CompanyName,
a4.ContactName ContactName, a4.ContactTitle ContactTitle,
a4.Address Address, a4.City City,
a4.Region Attrib_Region, a4.PostalCode PostalCode,
a4.Country Country, a4.Phone Phone,
a4.Fax Fax
FROM
dbo.Customers a4
WHERE
a4.CustomerID = ?
What would be in PostgreSql.Net?
Thanks