473,472 Members | 1,717 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Simple SQL to display text

I was wondering - is there some part of sql that can display text?
I wanted to add simple instruictions to the beginning of an sql script
so the user understands what they're entering into the '&value' entry
of the SELECT portion of the script.

I know that anything with REM in the beginning is simply ignored.

Thanks for your help.
Jul 19 '05 #1
3 11223

"Joe Christl" <jc******@zdnetmail.com> wrote in message
news:e9**************************@posting.google.c om...
| I was wondering - is there some part of sql that can display text?
| I wanted to add simple instruictions to the beginning of an sql script
| so the user understands what they're entering into the '&value' entry
| of the SELECT portion of the script.
|
| I know that anything with REM in the beginning is simply ignored.
|
| Thanks for your help.

Not SQL, you're actually asking about SQL*Plus (Oracle very basic UI tool)

PROMPT for one line

DOC for multiple lines (terminate with #) -- or use a c-style multiple line
comment (equivalent of DOC...#)
lots more good stuff in the SQL*Plus manual! -- you might also want to check
out the ACCEPT statement

;-{ mcs

Jul 19 '05 #2
jc******@zdnetmail.com (Joe Christl) wrote in message news:<e9**************************@posting.google. com>...
I was wondering - is there some part of sql that can display text?
I wanted to add simple instruictions to the beginning of an sql script
so the user understands what they're entering into the '&value' entry
of the SELECT portion of the script.

I know that anything with REM in the beginning is simply ignored.

Thanks for your help.


If the front-end tool is SQLPlus then look up the prompt command in
the SQLPlus manual. You may also want to look at the accept
statements. Prompt and accept can be combined to ask for and get an
SQLPlus label variable.

HTH -- Mark D Powell --
Jul 19 '05 #3
Yes SQLPlus was what I was talking about.
PROMPT, DOC, & ACCEPT

Thanks Mark and Mark. :)
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: bob | last post by:
Does anyone know if it is possible to display text vertically in HTML? Basically, I want normal text rotated 90 degrees.
1
by: iggie | last post by:
Hello, everyone. How can I display text from another form that currently has the focus. I'm doing a search in sql 2000, to dot it. I call a search form and query my criteria, when it founds the...
2
by: nsj | last post by:
how to display text in new line in a TextBox in Vb.NET?
3
by: deko | last post by:
I store hyperlinks as text in a table like this: Invoice11-21-2003.pdf#file://P:\Finance\PrefVendors\Receipts\Invoice11-21-20 03.pdf I need to run a report that lists the documents - or...
3
by: Troy Wilson | last post by:
Is there an existing control for Visual Basic that allows me to display text in that control, but also lets me append text to it. The application I have in mind for this control is something like...
0
by: yalanue | last post by:
I want to create a combobox with its displaymember populated from a datatable. But once I get it run, the default display member in the combobox is always the first row of the displaymember list....
3
by: WebNewbie | last post by:
Hi, please help I've been wrestling with this for a very long time and its not working. I'm trying to display text files from a database when someone selects one or more list items of my listbox. The...
5
by: austincollins | last post by:
I have been searching for hours to find a solution to display text rotated at 90 degrees in firefox, and could not find one. css3 and IE has the css command "writing-mode: tb-rl;" but this does not...
3
by: Joe Christl | last post by:
I was wondering - is there some part of sql that can display text? I wanted to add simple instruictions to the beginning of an sql script so the user understands what they're entering into the...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.