SQL Online Compiler
This is a good SQL editor:
https://www.tutorialspoint.com/execute_sql_online.php
DevLorenzo
This is a good SQL editor:
https://www.tutorialspoint.com/execute_sql_online.php
select cart.Id, cart.UpdatedOnUtc,cart.CreatedOnUtc, cart.RentalEndDateUtc,cart.RentalStartDateUtc, map.Quantity,
cart.CustomerEnteredPrice,cart.AttributesXml,cart.ProductId,cart.CustomerId,cart.ShoppingCartTypeId,cart.StoreId
from AUR_ShoppingCart_WishList_Mapping map,ShoppingCartItem cart where cart.Id = map.ShoppingCartItemId and map.WishListId = '55'
I recomend popSql or online: https://www.tutorialspoint.com/execute_sql_online.php