SQL 美化和格式化

在线格式化和美化您的 SQL 查询(它支持各种 SQL 方言)。

SELECT
  field1,
  field2,
  field3
FROM
  my_table
WHERE
  my_condition;