App freezes with "sorting grid nodes"

chengj's profile image chengj posted 2 weeks ago in General Permalink
  • win11
  • v12.17
  • sql:
    # content_value is a json
    SELECT 
      id,
      REGEXP_REPLACE(content_value, '[0-9]+', '12.')  AS 123
  • when query ,the app freeze with "sorting grid nodes" if record count over 20

Please login to leave a reply, or register at first.