summaryrefslogtreecommitdiff
path: root/demos/sqlmap-sample/protected/petshop-db/products.xml
blob: bf1453b2eb4da9d1f05a0cdce594c242c61015f7 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8" ?>
<sqlmap>

	<select id="SelectAllProducts">
		SELECT * 
		FROM 
			product
	</select>

</sqlmap>