Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: simple database

Re: simple database

From: Anith Sen <anith_at_bizdatasolutions.com>
Date: Tue, 08 Apr 2003 15:08:37 GMT
Message-ID: <VBBka.50937$ja4.3265793@bgtnsc05-news.ops.worldnet.att.net>


In SQL you can do:

SELECT song_data
  FROM tbl
 WHERE song_number = @sngNbr ;

--
- Anith
(Please respond only to newsgroups)
Received on Tue Apr 08 2003 - 10:08:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US