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...

ST_Raster.deleteStats

  • Definition
  • Syntax
  • Returns
  • Parameters
  • Examples

Definition

The ST_Raster.deleteStats function removes image statistics from an ST_Raster object.

Syntax

Oracle

deleteStats ()

PostgreSQL

deleteStats (raster IN ST_RASTER)

SQL Server

deleteStats ()

Returns

ST_Raster

Parameters

raster—The ST_Raster object for which image statistics will be deleted

Examples

The following example shows how to delete image statistics from an ST_Raster object:

Oracle

UPDATE NORTH t
SET image = t.image.deleteStats()
WHERE t.image.raster_id = 1;

PostgreSQL

UPDATE north
SET image = deleteStats(image)
WHERE raster_id(image) = 1;

SQL Server

UPDATE north
SET image = image.deleteStats()
WHERE image.raster_id = 1;

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