Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-35102

CREATE TABLE AS SELECT ST_collect ... does not work

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Critical
    • Resolution: Unresolved
    • None
    • 11.7
    • GIS
    • None

    Description

      MariaDB [test]>  SELECT  (ST_collect(( POINTFROMTEXT(' POINT( 4 1 ) ') ))  )  a  ;
      +------------------------------------+
      | a                                  |
      +------------------------------------+
      |                    @      �?  |
      +------------------------------------+
      1 row in set (0,001 sec)
       
      MariaDB [test]> create table tb1 as SELECT  (ST_collect(( POINTFROMTEXT(' POINT( 4 1 ) ') ))  )  a  ;
      ERROR 1406 (22001): Data too long for column 'a' at row 1
      

      Attachments

        Issue Links

          Activity

            People

              Gosselin Dave Gosselin
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.