Tuesday, January 3, 2012

Is there a more efficient way to use SQL?

Say I want to get 30 characters, then an 'a'. Of course, I could use '________. . .__a', but that seems rather problematic. Obviously just doing this is Java would be the best solution, but is there a way, just using SQL?

No comments:

Post a Comment