github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/sql/sem/tree/testdata/pretty/import3.ref.golden (about)

     1  // Code generated by TestPretty. DO NOT EDIT.
     2  // GENERATED FILE DO NOT EDIT
     3  1:
     4  -
     5  IMPORT
     6  TABLE
     7  	t
     8  CREATE USING
     9  	'http://test'
    10  CSV
    11  	DATA (
    12  		$1,
    13  		'http://csv'
    14  	)
    15  
    16  27:
    17  ---------------------------
    18  IMPORT
    19  TABLE
    20  	t
    21  CREATE USING
    22  	'http://test'
    23  CSV
    24  	DATA ($1, 'http://csv')
    25  
    26  69:
    27  ---------------------------------------------------------------------
    28  IMPORT TABLE t CREATE USING 'http://test' CSV DATA ($1, 'http://csv')
    29  
    30