Hi;
1 - convert to lower and upper (in sql) ?
2- Lpad and Rpad (in sql)
thank you
| SitePoint Sponsor |
Hi;
1 - convert to lower and upper (in sql) ?
2- Lpad and Rpad (in sql)
thank you


1. lcase() and ucase()
2. no direct equivalent, you will need space(), left() or right(), and concatenation
If you're using the JET OLEDB driver, I believe you can use the LOWER() and UPPER() functions too.
MarcusJT
- former ASP web developer / former SPF "ASP Guru"
- *very* old blog with some useful ASP code
- Please think, Google, and search these forums before posting!
THANK YOU GUYS.
i am learning sql in 21 days but on my pc i have ms access , how can i have sql on my pc , is it sth i should buy ?
thanks


you can download MSDE for free from microsoft
http://www.microsoft.com/downloads/d...displaylang=en
download SQL2KDeskSP3.exe (70089 KB) at the bottom of the page
Bookmarks