|
@@ -363,11 +363,4 @@ public class SQLFormatter {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
- String sql = "select * from suber where id = '11 122'";
|
|
|
- String format = new SQLFormatter().format(sql);
|
|
|
- System.out.println(format);
|
|
|
- System.out.println(format.replaceAll("([\\s]+(\"|'')?)", ""));
|
|
|
- }
|
|
|
-
|
|
|
}
|