March 18, 2008 at 6:25 am
hi,
plz check this query and find out y its not running .where is the fault
select 'my details'=addressline1 +or+'city' from person.address
thaxxx
regards
jagpal singh
March 18, 2008 at 6:58 am
What is you want to achieve?
Piotr
...and your only reply is slàinte mhath
March 18, 2008 at 7:14 am
hi,
i just want to run this query i think i am doing some mistake with syntax.so plz check it
March 18, 2008 at 7:17 am
jagpalsingh4 (3/18/2008)
hi,plz check this query and find out y its not running .where is the fault
select 'my details'=addressline1 +or+'city' from person.address
thaxxx
regards
jagpal singh
Hi,
I don't understand what you want...
However, I would recommend you to check the CASE clause.
Cheers,
Gonzalo
March 18, 2008 at 7:25 am
hi,
plz check this query and find out y its not running .where is the fault
select 'my details'=addressline1 +or+'city' from person.address
This entire statement is wrong.
I believe you want something like this, but this is a guess.
SELECT AddressLine1 AS [My Details],
City
FROM Person.Address
March 18, 2008 at 7:33 am
hi
thaxxxxxxxxxxxxxxxxxxxxxxxx
i need this
regards
jagpal singh
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply