Table of Contents

About

Populate Write-Back statement

Syntax

POPULATE "myTableName" MODE 
(
   CREATE TABLE CONNECTION POOL Database."Primary Connection"
)
AS 
select 
   employee_id as EID 
from 
   employee 
where
   employee_id <> 4