Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL problem [CORE3744] #4088

Closed
firebird-automations opened this issue Jan 30, 2012 · 3 comments
Closed

SQL problem [CORE3744] #4088

firebird-automations opened this issue Jan 30, 2012 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Yang Wenliang (buliang)

Select a from Table1 where a='123' it return '123' and '123 ' .....the engine seems to do the trim before compare the condition

@firebird-automations
Copy link
Collaborator Author

Commented by: Sean Leyne (seanleyne)

The SQL standard dictates that trailing spaces are not significant for comparison purposes. So, '123' is equal to '123 '.

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant