Quote Originally Posted by assassin View Post
Yes it is, but when I using MySQL there is an error occurred when I used tabs to leave space between data values to insert into table, and it cause error because of these tabs. I wasted too long to short out this, but visibly there is no change or error on the code. So what do you think about it?? How to solve this type of issues??
In MySQL I don't think you need a lot of tabs to make your code readable, coz we don't get to write the code in 15 to 20 lines in SQL at a single time, do we? It's just maximum 5 lines. So I go with spaces here.