You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE prj_volume.arteries_centreline (
arterycode int,
centreline_type smallint,
centreline_id int,
direction character(1)
);
ALTER TABLE prj_volume.arteries_centreline OWNER TO prj_volume;
GRANT SELECT ON prj_volume.arteries_centreline TO bdit_humans;
No description provided.
The text was updated successfully, but these errors were encountered: