If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Question on SQL statement

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-19-06, 15:34
llzamboni llzamboni is offline
Registered User
 
Join Date: Oct 2006
Posts: 4
Question on SQL statement

I am porting Informix SQL calls to SQL Server and am pretty new to SQL in general. Could anyone tell me what the question mark in the following SELECT statement means?

select sl.tsn
from taxonomic_units tu,wrk_synonym_links sl
where tu.tsn = sl.tsn
and usage = ?

usage is a field name in the taxonamic units table (whoever is answering this question probably knew that though).

Thanks!
Reply With Quote
  #2 (permalink)  
Old 10-19-06, 15:42
ASP-Hosting.ca ASP-Hosting.ca is offline
Registered User
 
Join Date: Apr 2004
Posts: 50
Reply With Quote
  #3 (permalink)  
Old 10-19-06, 15:47
llzamboni llzamboni is offline
Registered User
 
Join Date: Oct 2006
Posts: 4
Thanks for the help

Thank you sooo much! much appreciated
Reply With Quote
  #4 (permalink)  
Old 10-19-06, 21:50
ASP-Hosting.ca ASP-Hosting.ca is offline
Registered User
 
Join Date: Apr 2004
Posts: 50
I'm glad I was able to help .
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On