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
Crontab error
Intranet site gives "you are not authorized" after domain controller fails
SQL Server 2008
Delimited text to array in jscript
Why would BackColor of a cell in Excel not accept a specific value?
Best connectivity over the pond!
Vb.net code to use with stored procedure
Who has had personal experience with usinng a Mutex?
How do I specify that a variable is a number rounded to one decimal place?
Install RAID driver during CentOS5.4 install fails