|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Long integer constant problem in views
hsv
tbbs.net
Date: Tue Apr 30 2013 - 13:46:34 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>> 2013/04/30 17:17 +0200, Martin Koch >>>>
CREATE OR REPLACE VIEW foo AS
SELECT *
FROM mytable
WHERE id = X'36a461c81cab40169791f49ad65a3728';
<<<<<<<<
Try this: _binary X'36a461c81cab40169791f49ad65a3728'
SHOW CREATE VIEW is the command for the client.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]