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
Using CSS to Outdent a list of checkbox form elements in a table
global start menu on WTS server
How do I make a background div without having the browser window constrain to its width?
SQL 2005 Trigger, send mail, join tables
Wireless LAN Controller, will this work?
How to upgrade hard drive (SAS) capacity in RAID-1 configuration (PowerEdge 1950)
asp.net; is there a programmic way to load an aspx page and auto redirect after the page loads
Formula and syntax for counting where 2 criteria must be met
mailto hyperlink with multiple links on multiple lines
How do I compare data in 2 columns and only output the differences? Excel 2007