ArcGIS Desktop

  • Documentation
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Creating a table that contains an ST_PixelData column

To create an ST_PixelData column, include a column of type ST_PixelData in the CREATE TABLE statement.

  1. Execute a CREATE TABLE statement and include a column that is defined as the ST_PixelData type.

    The following statements create a table called pixels with an ST_PixelData column, pdata.

    Tip:

    The ST_PixelData type is prefaced with the schema name of the ArcSDE administrator, which is where the constructor function is stored. For Oracle and PostgreSQL, this is sde. For SQL Server, it can be sde or dbo.

    Oracle

    CREATE TABLE pixels (pdata sde.ST_PixelData, row_id number(38));
    

    PostgreSQL

    CREATE TABLE pixels (pdata sde.ST_PixelData, row_id integer);
    

    SQL Server

    CREATE TABLE pixels (pdata dbo.ST_PixelData, row_id int);
    

Related topics

  • ST_PixelData

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal