Computing.Net > Forums > Programming > SQL 6.5 Help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

SQL 6.5 Help

Reply to Message Icon

Name: vixlover
Date: February 20, 2002 at 23:36:05 Pacific
Comment:

Where can I find a guide on using SQL 6.5?
I need to know how to use IF.....ELSE and
CASE.



Sponsored Link
Ads by Google

Response Number 1
Name: oktay
Date: February 22, 2002 at 23:07:34 Pacific
Reply:

i don't know how to find but i know this.
for example:

if exists(select codeid from company where codeid=1)
begin
print 'Exists'
end
else
begin
print 'Not exists'
end


0

Response Number 2
Name: Mihai
Date: March 1, 2002 at 07:18:13 Pacific
Reply:


In the Help menu of you Sql 6.5 Enterprise Manager choose Transact Sql Help, click on the Search Tab and search for CASE expression.

Good luck,


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: SQL 6.5 Help

Extracting Data from 2 tables!!! www.computing.net/answers/programming/extracting-data-from-2-tables/821.html

sql qeustion please help www.computing.net/answers/programming/sql-qeustion-please-help/10241.html

powerbuilder SQL code question www.computing.net/answers/programming/powerbuilder-sql-code-question/2593.html