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 > Sybase > isql query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-19-03, 01:14
kodavalla kodavalla is offline
Registered User
 
Join Date: Oct 2003
Posts: 6
isql query

Hi experts,

select voucherno from voucher where substr(voucherno,1,7)='1234567'

would like to know what is equivalent sybase isql query for the above sql query?

thanks in advance
Krishna
Reply With Quote
  #2 (permalink)  
Old 12-19-03, 01:29
pooja pooja is offline
Registered User
 
Join Date: Dec 2002
Posts: 104
Re: isql query

Quote:
Originally posted by kodavalla
Hi experts,

select voucherno from voucher where substr(voucherno,1,7)='1234567'

would like to know what is equivalent sybase isql query for the above sql query?

thanks in advance
Krishna
hi!
try this

select voucherno
from voucher
where substring(voucherno,1,7)='1234567'

--Pooja
Reply With Quote
  #3 (permalink)  
Old 12-19-03, 01:32
kodavalla kodavalla is offline
Registered User
 
Join Date: Oct 2003
Posts: 6
Re: isql query

Thanks Pooja for your prompt response....
Reply With Quote
  #4 (permalink)  
Old 12-21-03, 23:38
kerigen kerigen is offline
Registered User
 
Join Date: Dec 2003
Location: china
Posts: 21
i think this is better
select voucherno
from voucher
where voucherno like '1234567%'
__________________
Walking .......
Reply With Quote
  #5 (permalink)  
Old 12-03-10, 07:13
kodavalla kodavalla is offline
Registered User
 
Join Date: Oct 2003
Posts: 6
a

abdckdj kfjkdjflkd flkjdkf skdjdjfdf
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