Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: SQL SELECT question.

Started 1 month ago by darkagn
Looks like COUNTRYCODE is a VARCHAR(3) (that is a maximum of 3 character string) so I don't think you can store the Bahamas code in that field. However if you want all country codes that start with a 1, the following may help: Help with Code Tags sql Syntax ( Toggle Plain Text ) SELECT TARIFF FROM RATES WHERE COUNTRYCODE LIKE '1%' SELECT TARIFF ...
Site: www.daniweb.com - IT Tech Talk  www.daniweb.com - IT Tech Talk - site profile
Forum: MySQL  MySQL - forum profile
Total authors: 3 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: daniweb.com

Other posts in this thread:

joshua__lim replied 1 month ago
• • • • Originally Posted by darkagn Looks like COUNTRYCODE is a VARCHAR(3) (that is a maximum of 3 character string) so I don't think you can store the Bahamas code in that field. However if you want all country codes that start with a 1, the following may help: Help with Code Tags sql Syntax ( Toggle Plain Text ) SELECT ...

saher_omer replied 1 week, 5 days ago
hello all i want to ask if there examples about select statment i have lab exam in sunday

darkagn replied 1 week, 2 days ago
Hi saher_omer, In future, please start a new thread if your question is not directly related to the original poster's problems. But to answer your question, there are many examples on the net of an SQL select statement. Google will provide millions of them. Here is a good one.

 

Top contributing authors

Name
Posts
darkagn
2
user's latest post:
SQL SELECT question.
Published (2009-12-06 01:42:05)
Hi saher_omer, In future, please start a new thread if your question is not directly related to the original poster's problems. But to answer your question, there are many examples on the net of an SQL select statement. Google will provide millions of them. Here is a good one.
joshua__lim
1
user's latest post:
SQL SELECT question.
Published (2009-11-14 03:36:01)
• • • • Originally Posted by darkagn Looks like COUNTRYCODE is a VARCHAR(3) (that is a maximum of 3 character string) so I don't think you can store the Bahamas code in that field. However if you want all country codes that start with a 1, the following may help: Help with Code Tags sql Syntax ( Toggle Plain Text ) SELECT TARIFF FROM RATES WHERE COUNTRYCODE LIKE '1%' SELECT TARIFF from RATES...
saher_omer
1
user's latest post:
SQL SELECT question.
Published (2009-12-03 12:45:17)
hello all i want to ask if there examples about select statment i have lab exam in sunday

Related threads on "www.daniweb.com - IT Tech Talk":

Related threads on other sites:

Thread profile page for "SQL SELECT question." on http://www.daniweb.com. This report page is a snippet summary view from a single thread "SQL SELECT question.", located on the Message Board at http://www.daniweb.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity