Thread
:
IS there any MySQL Default tables like DUAL in ORACLE.
View Single Post
amit_27
Go4Expert Member
22May2009,13:54
Yes, we can use the dual table but not like the Oracle. If we don't have any table reference then we can use dual in MySQL. like for arithmatic operations.