Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Compare
Is it possible to filter formatting error when compare schema in databases ?
New post
Database 1 :
Select * from data order by date
Database 2 :
Select * from data
order by date
This will come up as a difference when comparing.
Dag Wilhelmsen
September 30, 2021 07:31
-
0
+
Comments
1 comment
Sort by
Date
Votes
Hi
@...
You could try using the option "Ignore Whitespace"
DanC
October 01, 2021 14:58
-
0
+
Add comment
Please
sign in
to leave a comment.
Select * from data order by date
Database 2 :
Select * from data
order by date
This will come up as a difference when comparing.