Microsoft
Software
Hardware
Network
Question : query from US
when the foll is run and you just get 'text' as output, what is wrong in the syntax?
select text from user_source where name = 'DataInsert'
thanks
Answer : query from US
The syntax looks okay.
Is "text" underlined? It sounds like you are seeing the column heading only, but not the text of the source.
Try entering the name in upper case:
select text from user_source where name = 'DATAINSERT'
Random Solutions
perl, strip spaces and double quote character at beginning and at the end of a string
setup web server?
jQuery widget acts weird in IE7
Copying data from one worksheet to another in Excel 2007
Keep existing user profile whilst moving to new SBS 2008 install
Collapse a PHP array
Form and datasheet, property
The device, \Device\Harddisk3\DR3, has a bad block.
MSSQL need to add output field to an advanced query
How can I append an excel table by refrencing the table (listobject) using vba in excel.