Hi All. I have written a SQL script that should retrieve all the rows from a table that match a value given as parameter by the user. The script is something like: SELECT TEST_NAME AS NAME, TEST_DATE FROM TEST WHERE TEST_NAME=NAME; where NAME is the parameter the user should give. I tried to launch this script by command line, using the SOURCE command, but I received an error message. Can I launch scripts asking user parameters? How can I do it? Thanks for your help! Monica
--------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php