Thread: SQL user input
View Single Post
  #1 (permalink)  
Old 06-03-2007, 10:37 AM
gazneale's Avatar
gazneale gazneale is offline
Important Member
 
Join Date: Jan 2007
Gender: Male
Posts: 152
Default SQL user input

Okay so basically i want a prompt to appear when the query is run
for example:

Code:
SELECT column FROM table WHEN anothercolumn=[insert column name here]
That query works in access fine as access recognises anything in [] as a prompt. However i'm using openoffice base and it doesnt recognise it.

Is there a standard SQL tag for a user prompt?
__________________
Reply With Quote