--- Marco Bambini <[EMAIL PROTECTED]> wrote: > I need to create a custom function that returns all the value from > that row. > If the * syntax was supported then I don't need to save or retrieve > all the column's name for that table.
You can, of course, change the sqlite source code to extend its SQL syntax to do whatever you want. Look at parse.y and select.c. But I think you'll find it much easier to find another solution, like manually specifying the column names. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------