Adding query to tableadapter with a where statement "@"
Posted: Wed 21 Jun 2006 14:14
Hello everyone,
I have a little problem and plus i am new to this.
With MSSQL I was able to use where statement in my queries using "@" for example:
but with Postgres, it doesnt recognize it and throws me a fit. Is there a replacement for that?
let me know,
thanks
I have a little problem and plus i am new to this.
With MSSQL I was able to use where statement in my queries using "@" for example:
Code: Select all
SELECT * from table where ID = @variable
let me know,
thanks