You are viewing an old version of this content. View the current version.
Compare with Current View Version History
« Previous Version 2 Next »
To obtain meta data from VIT LPR database, use the following functions: itv_plate_attr_get_ex() and itv_plate_attr_get().
Searches records by the specified time range. Does not change the records being exported.
SELECT * FROM dbo.itv_plate_attr_get_ex (
@plate NVARCHAR(16),
@from_ts DATETIME,
@to_ts DATETIME,
@image nvarchar(8)
);
image type:
Note
This article implies that the reader has the basic SQL knowledge.