Sprite Batching

I wonder if any is willing to describe how to handle sprite batching using SDL or if it is even reasonable. This is just an intellectual curiosity, however if I do a bunch of Render_Copy commands and after these a Render_Present, does this effectively act as sprite batching or group draw?