Forum: MySQL Mar 7th, 2008 |
| Replies: 6 Views: 7,996 Can I use the "UNSIGNED ZEROFILL" keyword while creating a new table?
If yes, how?
Thanx |
Forum: MySQL Dec 21st, 2007 |
| Replies: 6 Views: 7,996 Hi,
I have 2 questions regarding the auto increment datatype in mysql.
Q1) Since we all know that if we create an auto increment column, it will start from the number '1' but is there a way we... |
Forum: MySQL Feb 12th, 2007 |
| Replies: 6 Views: 3,557 They use AS 400 database from IBM, which cost thousands of US dollars |
Forum: MySQL Feb 7th, 2007 |
| Replies: 6 Views: 3,557 I meant how much each data (in GB or TB) can each of those database store |
Forum: MySQL Jan 30th, 2007 |
| Replies: 6 Views: 3,557 I was wondering what is the Database Storage Capacity for the following databases:
MySQL 5
Microsoft Sql Server 2005
MS Access 2003 |
Forum: MySQL Nov 12th, 2006 |
| Replies: 1 Views: 1,983 How come MS SQl Server 2000 does not have an autonumber datatype as like MS Access does?
Any alternative? |
Forum: MySQL Nov 8th, 2006 |
| Replies: 5 Views: 3,671 Yes I am using Access and Jet
Any other solution? |
Forum: MySQL Nov 7th, 2006 |
| Replies: 5 Views: 3,671 Thanx but it generates this error
Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error. in query expression 'datepart (mm,convert(datetime,dob)) = (select... |
Forum: MySQL Nov 6th, 2006 |
| Replies: 5 Views: 3,671 Hello,
I am developing a simple calender in my site which will display the next upcoming birthday of my member.
I have a table which has 2 column
cname | dob
-------------------
Joe |... |