RUOYI-geek/sql/postgresql/注意.md

8 lines
138 B
Markdown
Raw Normal View History

2025-01-08 02:16:43 +00:00
find_in_set\(([^,]+),\s*([^)]+)\)
2025-01-08 02:34:09 +00:00
array_position(string_to_array($2, ','), CAST($1 AS TEXT)) IS NOT NULL
2025-01-08 02:16:43 +00:00
2025-01-08 02:34:09 +00:00
sysdate\(\)
2025-01-08 02:16:43 +00:00
CURRENT_TIMESTAMP